Modules§
- Definitions for thin-wrapper index types.
Macros§
Structs§
- A 16-bit constant value of any type.
- A 32-bit constant value of any type.
- The accumulated fuel to execute a block via
Instruction::ConsumeFuel
. - A signed offset for branch instructions.
- A 16-bit signed offset for branch instructions.
- Special parameter for
Instruction::BranchCmpFallback
. - A typed 16-bit encoded constant value.
- A typed 32-bit encoded constant value.
- Used to query the
Instruction
of anInstrSequence
. - Iterator yielding the
Instruction
s of anInstrSequence
. - Iterator yielding the
Instruction
s of anInstrSequence
mutably. - A sequence of
Instruction
s. - A Wasmi register.
- A
RegSpanIter
iterator yielding contiguousReg
. - A typed shift amount for shift and rotate instructions.
- The sign of a value.
Enums§
- Encodes the conditional branch comparator.
- An error that may be occurred when operating with some Wasmi IR primitives.
- A Wasmi instruction.
Traits§
- Integer ypes that can be used as shift amount in shift or rotate instructions.